[HVM] Add/fix access rights and limit checks to INS/OUTS emulation
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 28 Nov 2006 11:46:39 +0000 (11:46 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 28 Nov 2006 11:46:39 +0000 (11:46 +0000)
commit3d7f8c705671726d00278d25f441a7cce2af75cc
tree717dffc6903e5d4442e876505af16540071e6f81
parentc4a63971ef9dcd5e8ca21b59a3e1d8d0e203a719
[HVM] Add/fix access rights and limit checks to INS/OUTS emulation

Since these instructions are documented to take their intercepts
before these checks are being done in hardware, they must be carried
out in software.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/vmx.c